body {
    background: url(body_bg.png) 0 0 no-repeat;
    background-size: 100% 500px;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
._hide {
    display: none !important;
}
._more {
    float: right;
    width: 90px;
    height: 22px;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    background: url(more_icon.png) 70px center no-repeat;
}
._more:hover {
    color: #4393F5;
    background: url(more_icon_active.png) 70px center no-repeat;
}
.coltit_box {
    width: 100%;
    height: 42px;
}
.coltit_box .col_tit {
    float: left;
    font-size: 32px;
    color: #999999;
    font-weight: 500;
    line-height: 42px;
}
.coltit_box .col_tit.active {
    color: #2B2F32;
}

/*检索部分*/
.search_wraper {
    width: 1200px;
    height: 328px;
    padding-top: 64px;
    margin: 0 auto;
    overflow: hidden;
}
.search_wraper .webname {
    width: 100%;
    height: 56px;
    font-size: 44px;
    color: #ffffff;
    line-height: 56px;
    font-style: inherit;
    font-weight: 400;
    text-shadow: 0px 2px 4px rgba(31,78,136,0.53);
}
.search {
    margin-top: 24px;
}
.search .search_box {
    width: 610px;
    height: 60px;
    position: relative;
}
.search .search_box .input {
    float: left;
    width: 514px;
    height: 60px;
    background: #ffffff;
}
.search .search_box .input input {
    float: left;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background: none;
    outline: none;
    border: none;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    line-height: 60px;
    -webkit-appearance: none;
    border-radius: 0;
}
.search .search_box .btn {
    float: left;
    width: 96px;
    height: 60px;
    padding: 0;
}
.search .search_box .btn input {
    float: left;
    width: 100%;
    height: 60px;
    outline: none;
    border: none;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 6px;
    text-align: center;
    line-height: 60px;
    background: #4393F5;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}
.search .keywords {
    margin-top: 16px;
    width: 610px;
    height: 30px;
    line-height: 30px;
}
.search .keywords .keyword_box {
    height: 30px;
    width: 610px;
    position: relative;
    float: left;
}
.keyword_box .keyword_tit {
    float: left;
    font-size: 16px;
    color: #ffffff;
}
.search .keywords .keyword_box li {
    padding: 0 3px;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    max-width: 136px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search .keywords .keyword_box li a {
    color: #ffffff;
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 8px;
    background-color: rgba(37, 100, 179, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search .keywords .keyword_box li a:hover {
    background: #ffffff;
    color: #333;
}
/*检索部分end*/

/*检索历史记录*/
.historyWrap {
    width: 610px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(32,85,191,14%) 0px 5px 10px 0px;
    padding: 15px;
    color: rgb(153, 153, 153);
    font-size: 14px;
    z-index: 9;
    display: none;
}
.historyWrap>.titleWrap>.title {
    float: left;
}
.historyWrap>.titleWrap>.clearAll {
    float: right;
    cursor: pointer;
    color : rgb(20, 146, 255);
    font-size: 16px;
    margin-top: 20px;
}
.historyWrap>.historyList {
    margin-top: 10px;
}
.historyWrap>.historyList>ul>li {
    float: left;
    border: 1px solid rgb(191, 191, 191);
    border-radius: 20px;
    padding: 4px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.historyWrap>.historyList>ul>li:hover {
    background: rgb(240, 241, 242);
}
.historyWrap>.historyList>ul>li>a {
    color: rgb(153, 153, 153);
    float: left;
    line-height: 21px;
}
.historyWrap>.historyList>ul>li>.delete {
    cursor: pointer;
    vertical-align: 3px;
    margin-left: 5px;
}
.history-list-title {
    padding: 0 3px;
}
.jcse-result-box {
    padding-bottom: 10px;
    padding-top: 10px;
}
/*检索历史记录end*/

/*检索联想*/
.search .keywords .keyword_box {
    width:100%; 
}
.autocomplete-suggestions {
    position: inherit !important;
    width: 100% !important;
    background: #ffffff;
    cursor: default;
    overflow: auto;
    box-shadow: 0 2px 10px #ccc;
    border: 1px solid #eee;
    border-bottom: none;
}
.autocomplete-suggestion {
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
}
.autocomplete-selected {
    background: #F1F1F1;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}
.autocomplete-suggestions div:nth-child(5) ~ div {
    display: none;
}
.autocomplete-suggestion em {
    font-style: normal;
    color: red;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
    background-color: #eaf3ff;
}
/*检索联想end*/

/*为您推荐*/
.wntj_wraper {
    width: 100%;
    height: 80px;
    background: #f3f8fd;
}
.wntj_box {
    width: 1200px;
    height: 80px;
    padding: 20px 0;
    margin: 0 auto;
}
.wntj_box .wntj_tit {
    float: left;
    width: 178px;
    height: 40px;
    padding-left: 40px;
    background: url(wntj_tit.png) 0 center no-repeat;
    font-size: 22px;
    color: #333333;
    font-weight: 400;
    line-height: 40px;
}
.wntj_box .wntj_list {
    float: left;
    width: 918px;
    height: 40px;
    overflow: hidden;
}
.wntj_box .wntj_list li {
    float: left;
    max-width: 196px;
    height: 40px;
    margin-right: 20px;
}
.wntj_box .wntj_list li a {
    display: block;
    background: #ffffff;
    padding: 0 10px;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wntj_box .wntj_list li:hover a {
    color: #ffffff;
    background-color: #4393f5;
}
.wntj_box .wntj_btn {
    float: right;
    width: 104px;
    height: 40px;
    padding-left: 40px;
    background: url(wntj_btn.png) 16px center no-repeat #ffffff;
    font-size: 16px;
    color: #4493f5;
    font-weight: 400;
    line-height: 40px;
    cursor: pointer;
}
.wntj_box .wntj_btn:hover {
    color: #ffffff;
    background: url(wntj_btn_active.png) 16px center no-repeat #4493F5;
}
/*为您推荐end*/

/*特色创新*/
.tscx_wraper {
    width: 100%;
    height: 370px;
    overflow: hidden;
    background: url(xuehua_bg.png) center center no-repeat;
}
.tscx_box {
    width: 1380px;
    height: 320px;
    margin: 50px auto 0;
    position: relative;
}
.tscx_box .coltit_box {
    width: 1200px;
    margin: 0 auto;
}
.tscx_box .tsfw_swiper {
    width: 1240px;
    height: 278px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}
.tscx_box .tsfw_swiper .swiper-wrapper {
    width: 100%;
    height: 278px;
}
.tscx_box .tsfw_swiper .swiper-pagination {
    display: none;
}
.tscx_box .next {
    position: absolute;
    right: 25px;
    top: 135px;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 10px 0 rgb(153 153 153 / 10%);
    border-radius: 50%;
    cursor: pointer;
    background: url(lunbo_left.png) center center no-repeat;
    background-size: 50px 50px;
}
.tscx_box .prev {
    position: absolute;
    left: 25px;
    top: 135px;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 10px 0 rgb(153 153 153 / 10%);
    border-radius: 50%;
    cursor: pointer;
    background: url(lunbo_right.png) center center no-repeat;
    background-size: 50px 50px;
}
.tscx_box .swiper-wrapper li {
    float: left;
    width: 277.5px;
    height: 223px;
    margin-top: 28px;
    margin-right: 30px;
    background: #ffffff;
    box-shadow: 0px 2px 15px rgba(153,153,153,0.2);
    transition: all 0.3s;
    cursor: pointer;
}
.tscx_box .swiper-wrapper li:hover {
    transform: translate3d(0,-10px,0);
    transition: all 0.3s;
}
.tscx_box .swiper-wrapper li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 156px;
}
.tscx_box .swiper-wrapper li span {
    display: block;
    width: 100%;
    height: 67px;
    padding: 0 5px;
    font-size: 20px;
    color: #333333;
    line-height: 67px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tscx_box .swiper-wrapper li:hover a span {
    color: #4393F5;
}
/*特色创新end*/

/*个人、法人服务*/
.grfr_wraper {
    width: 100%;
    margin-top: 28px;
    padding: 50px 0;
    background: url(grfr_bg.png) center 0 no-repeat;
    background-size: 100% 100%;
}
.grfr_box {
    width: 1200px;
    margin: 0 auto;
}
.grfr_tit span {
    margin-right: 20px;
    cursor: pointer;
}
.grfr_list {
    width: 100%;
    margin-top: 4px;
}
.grfr_list .grfr_item {
    display: block !important;
    float: left;
    width: 285px !important;
    height: 186px;
    padding: 20px;
    margin: 30px 20px 0 0;
    background: #ffffff;
    transition: all 0.3s;
}
.grfr_list .grfr_item.active {
    background: #eaf3ff;
}
.grfr_list .grfr_item:nth-child(4n) {
    margin-right: 0;
}
.grfr_list .grfr_item:hover {
    box-shadow: 0px 2px 15px rgba(153,153,153,0.2);
    transform: translate3d(0,-10px,0);
    transition: all 0.3s;
}
.grfr_list .grfr_item:hover h6 a {
    color: #4393F5;
}
.grfr_list .grfr_item h6 {
    width: 100%;
    height: 40px;
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}
.grfr_list .grfr_item.active h6 a {
    color: #4393F5;
}
.grfr_list .grfr_item h6 span {
    float: left;
    width: 40px;
    height: 40px;
}
.grfr_list .grfr_item h6 a {
    float: left;
    height: 40px;
    margin-left: 16px;
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}
.grfr_list .grfr_item ul {
    width: 100%;
    padding-left: 56px;
}
.grfr_list .grfr_item ul li {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.grfr_list .grfr_item ul li a:hover {
    color: #4393F5;
}

/*人生事件*/
.grfr_event {
    width: 1200px;
    height: 60px;
    margin: 30px auto 0;
    padding-right: 20px;
}
.grfr_event .grfrevent_tit {
    float: left;
    width: 138px;
    height: 70px;
    font-size: 26px;
    color: #2B2F32;
    font-weight: 400;
    line-height: 70px;
    background: url(rssj_arrow.png) right center no-repeat;
}
.grfr_event .swiper {
    float: right;
    width: 1022px;
    height: 70px;
    overflow: hidden;
    position: relative;
    background: url(rssj_bg.png) 0 center no-repeat;
}
.grevent_box .rssj_swiper {
    padding: 0 57px;
}
.grfr_event .grfrevent_list {
    width: 100%;
    height: 70px;
}
.grfr_event .grfrevent_list li {
    height: 50px;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 3px 12px rgba(153,153,153,0.1);
}
.grevent_box .grfrevent_list li {
    width: 136px;
    margin: 10px 57px 10px 0;
}
.grfr_event .grfrevent_list li:hover {
    box-shadow: 0px 3px 12px rgba(153,153,153,0.2);
}
.grfr_event .grfrevent_list li:hover a {
    color: #4493f5;
}
.grfr_event .grfrevent_list li a {
    display: block;
    width: 136px;
    height: 50px;
    padding-left: 56px;
    border-radius: 25px;
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    line-height: 50px;
}
.frevent_box .qylc_swiper {
    padding: 0 37px;
}
.frevent_box .grfrevent_list li {
    width: 160px;
    margin: 10px 37px 10px 0;
}
.frevent_box .grfrevent_list li a {
    width: 160px;
}
.grfr_event .swiper .next {
    position: absolute;
    right: -2px;
    top: 27px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    background: url(right_arrow.png) center center no-repeat;
    background-size: 10px 14px;
}
.grfr_event .swiper .prev {
    position: absolute;
    left: 0;
    top: 27px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    background: url(left_arrow.png) center center no-repeat;
    background-size: 10px 14px;
}
/*人生事件end*/
/*个人、法人服务end*/

/*服务月历*/
.fwyl_wraper {
    width: 1260px;
    height: 435px;
    overflow: hidden;
    margin: 40px auto 0;
    padding: 0 30px;
}
.fwyl_box {
    width: 100%;
    height: 360px;
    margin-top: 34px;
}
.fwyl_box .fwyl_yl {
    float: left;
    width: 320px;
    height: 360px;
    padding: 30px 20px;
    background: url(fwyl_ylbg.png) 0 0 no-repeat;
    position: relative;
}
.fwyl_box .fwyl_yl .fwyl_top {
    width: 100%;
    height: 62px;
    padding-left: 6px;
}
.fwyl_box .fwyl_yl .fwyl_top .fwyl_month {
    float: left;
    width: 61px;
    height: 62px;
    padding-top: 24px;
    background: url(fwyl_yltit.png) 0 center no-repeat;
    color: #4493f5;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.fwyl_box .fwyl_yl .fwyl_top .fwyl_month i {
    font-size: 24px;
    font-style: normal;
}
.fwyl_box .fwyl_yl .fwyl_top .fwyl_month em {
    font-size: 16px;
    font-style: normal;
}
.fwyl_box .fwyl_yl .fwyl_top .fwyl_tit {
    float: left;
    margin-left: 20px;
}
.fwyl_box .fwyl_yl .fwyl_top .fwyl_tit span {
    height: 28px;
    font-size: 22px;
    color: #333333;
    font-weight: 400;
    line-height: 28px;
}
.fwyl_box .fwyl_yl .fwyl_top .fwyl_tit p {
    height: 18px;
    margin-top: 12px;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    line-height: 18px;
}
.fwyl_box .fwyl_yl .yl_list {
    width: 280px !important;
    height: 208px;
    margin-top: 30px !important;
    padding: 6px 0 !important;
    flex-wrap: wrap;
    box-sizing: inherit;
}
.fwyl_box .fwyl_yl .yl_list li {
    float: left;
    width: 72px;
    height: 35px;
    margin: 14px 0 0 16px;
    border: solid 1px #f5f5f5;
    background: #ffffff;
    cursor: pointer;
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
}
.fwyl_box .fwyl_yl .yl_list li.active,
.fwyl_box .fwyl_yl .yl_list li:hover {
    color: #4493f5;
    background: rgba(142,193,255,0.08);
    border: 1px solid #9BC5FA;
}
.fwyl_box .fwyl_fwbox {
    float: right;
    width: 850px;
    height: 360px;
}
.fwyl_box .fwyl_fwbox .zdgz_box {
    width: 100%;
    height: 117px;
    padding: 20px;
    background: url(fwyl_zdgz_bg.png) 0 0 no-repeat;
}
.fwyl_box .fwyl_fwbox .zdgz_box a {
    display: block;
    width: 100%;
    height: 77px;
    padding: 12px 15px;
    background: #ffffff;
}
.fwyl_box .fwyl_fwbox .zdgz_box .fwyl_zdgz_tit {
    float: left;
    width: 85px;
    height: 33px;
    margin-top: 10px;
    background: #4493f5;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
}
.fwyl_box .fwyl_fwbox .zdgz_box .fwyl_zdgz_submmary {
    float: right;
    width: 680px;
    height: 53px;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    line-height: 26.5px;
}
.fwyl_box .fwyl_fwbox .fwyl_fwlist {
    width: 100%;
    height: 230px;
    margin-top: 20px !important;
}
.fwyl_box .fwyl_fwbox .fwyl_fwlist li {
    float: left;
    width: 270px;
    height: 202px;
    margin-right: 20px;
    background: #ffffff;
    box-shadow: 0px 2px 15px rgba(153,153,153,0.2);
    overflow: hidden;
    transition: all 0.3s;
}
.fwyl_box .fwyl_fwbox .fwyl_fwlist li:nth-child(3) {
    margin-right: 0;
}
.fwyl_box .fwyl_fwbox .fwyl_fwlist li:hover {
    transform: translate3d(0,-10px,0);
}
.fwyl_box .fwyl_fwbox .fwyl_fwlist li a {
    display: block;
    width: 100%;
    height: 202px;
    padding-top: 152px;
}
.fwyl_box .fwyl_fwbox .fwyl_fwlist li span {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fwyl_box .fwyl_fwbox .fwyl_fwlist li:hover span {
    color: #4393F5;
}
/*服务月历end*/

/*一件事一次办*/
.yjsycb_wraper {
    width: 100%;
    height: 590px;
    overflow: hidden;
    margin-top: 30px;
    background: url(yjsycb_bg.png) center center no-repeat;
    background-size: 100% 100%;
}
.grfryjs_tit span {
    margin-right: 20px;
}
.yjsycb_box {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.grfryjs_list {
    width: 100%;
}
.grfryjs_list li {
    float: left;
    width: 380px;
    height: 194px;
    padding: 20px;
    margin: 30px 30px 0 0;
    background: #ffffff;
    box-shadow: 0px 2px 15px rgba(153,153,153,0.2);
    position: relative;
    transition: all 0.3s;
}
.grfryjs_list li:nth-child(3n) {
    margin-right: 0;
}
.grfryjs_list li:hover {
    transform: translate3d(0,-10px,0);
    transition: all 0.3s;
}
.grfryjs_list li:hover .sx_tit {
    color: #4393F5;
}
.grfryjs_list .sx_tit {
    height: 28px;
    font-size: 22px;
    color: #333333;
    font-weight: 400;
    line-height: 28px;
}
.grfryjs_list .sx_submmary {
    display: block;
    height: auto;
    margin-top: 18px;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.grfryjs_list .sx_edit {
    position: absolute;
    left: 20px;
    bottom: 20px;
    height: 30px;
}
.grfryjs_list .sx_edit .sx_bszn {
    float: left;
    width: 80px;
    height: 30px;
    background: #ebf2fc;
    font-size: 14px;
    color: #4393f5;
    text-align: center;
    line-height: 30px;
}
.grfryjs_list .sx_edit .sx_zxbl {
    float: left;
    margin-left: 10px;
    width: 80px;
    height: 30px;
    background: #4393f5;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}
/*一件事一次办end*/

/*营商环境专区*/
.yshj_wraper {
    width: 1200px;
    margin: 32px auto 0;
}
.yshj_list {
    width: 100%;
    height: auto;
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
}
.yshj_list li {
    width: 277px;
    height: 96px;
    background: #ffffff;
    transition: transform 0.5s;
    box-shadow: 0px 2px 15px 0px rgba(153, 153, 153, 0.2);
    margin: 30px 30px 0 0;
    cursor: pointer;
}
.yshj_list li:nth-child(4n){
    margin-right: 0px;
}
.yshj_list a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 104px;
}
.yshj_list li span {
    width: 96%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #333333;
    display: flex;
    align-items: center;
}
.yshj_list li:hover {
    background-color: #4393F4;
    transform: translateY(-5%);
}
.yshj_list li:hover a span {
    color: #fff;
}
/*营商环境专区end*/

/*政策资讯*/
.zczx_wraper {
    width: 1200px;
    margin: 50px auto;
}
.zczx_list {
    margin-top: 34px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.zczx_item {
    width: 380px;
    height: 150px;
    background: #ffffff;
    box-shadow: 0px 2px 15px rgba(153,153,153,0.2);
    padding: 20px 20px 0 20px;
    transition: transform 0.3s;
    position: relative;
    color: #333333;
}
.zczx_item:hover a,
.zczx_item:hover a span{
    color:inherit;
}
.zczx_item:hover {
    color: #ffffff;
    background-color: #4393F4;
    transform: translateY(-5%);
}
.zczx_item a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}
.zczx_item .zczx_tit {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zczx_item .zczx_date {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    display: block;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 20px;
}
/*政策资讯end*/

/*公告栏*/
.notice {
    height: auto;
    width: 320px;
    border: 1px solid azure;
    box-shadow: 1px 1px 1px 1px rgba(9,41,77,.15);
    background-color: white;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 25px 24px 10px 24px;
    z-index: 100;
    font-size: 18px;
}
.notice a {
    text-decoration: none;
    color: black;
    outline: none;
    top: 8px;
    right: 4px;
}
.notice a.bu_close {
    color: #727475;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 10px;
    display: block;
    width: 28px;
    height: 28px;
    background: url(/cms_files/filemanager/1759171972/picture/20232/4029f586add5428f848b68fedd23ae95.png) no-repeat;
    background-size: 100% 100%;
}
.notice .co {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: none;
}
.notice div.active {
    display: block;
}
.notice .co_it {
    height: auto;
    width: 100%;
    word-break: break-all;
    font-size: 16px;
    overflow: hidden;
}
.co div:last-child {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
}
.notice .no_link {
    height: 20px;
    width: 100%;
    min-width: 220px;
    margin: 0px auto 0 auto;
}
.notice .no_link a {
    color: #4293f4;
    font-size: 14px;
}
.notice .no_link span._link {
    position: relative;
    float: right;
    overflow: hidden;
    right: 0px;
}
.notice .no_link span._link a#_link_before {
    margin-left: 15px;
}
.notice .co .co_it a img {
    border: none;
    width: 100% !important;
    height: 145px !important;
}
/*公告栏end*/

/*首页飘窗*/
.float-container {
    position: relative;
    z-index:99999;
    overflow:hidden;
}
.float-container a {
    display: block;
    width: 256px;
    height: 177px;
}
.float-container .bay-win-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 36px;
    height: 36px;
    margin: 0;
    font-size: 22px;
    text-indent: 8px;
    font-weight: bold;
    text-align: left;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(6,6,6,.3);
}
.float-container .bay-win-close:hover{
  background-color: rgba(126,126,126,.3);
}
/*首页飘窗end*/

@media screen and (max-width: 1380px) {
    .tscx_box {
        width: 1240px;
    }
}

@media screen and (max-width: 1200px) {
    body {
        background-size: 1200px 500px;
    }
    .tscx_wraper {
        width: 1200px;
    }
    .tscx_box {
        width: 1240px;
    }
    .tscx_box .tsfw_swiper {
        width: 1240px;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    body {
        background: url(body_bg_mb.png) 0 0 no-repeat;
        background-size: 100% 5rem;
    }
    .pasbox,
    .float-container {
        display: none;
    }
    ._more {
        margin-top: 0.1rem;
    }
    .coltit_box {
        width: 100%;
        height: 0.56rem;
        padding: 0 0.24rem;
    }
    .coltit_box .col_tit {
        font-size: 0.44rem;
        line-height: 0.56rem;
    }

    /*检索部分*/
    .search_wraper {
        width: 100%;
        height: 3.28rem;
        padding: 0.64rem 0.24rem 0 0.24rem;
    }
    .search_wraper .webname {
        width: 100%;
        height: 0.6rem;
        font-size: 0.48rem;
        line-height: 0.48rem;
        text-shadow: 0 0.02rem 0.04rem rgba(31,78,136,0.53);
    }
    .search {
        margin-top: 0.24rem;
    }
    .search .search_box {
        width: 100%;
        height: 0.6rem;
    }
    .search .search_box .input {
        width: 82.18%;
        height: 0.6rem;
    }
    .search .search_box .input input {
        height: 0.6rem;
        padding: 0 0.2rem;
        font-size: 0.24rem;
        line-height: 0.6rem;
    }
    .search .search_box .btn {
        width: 17.8%;
        height: 0.6rem;
    }
    .search .search_box .btn input {
        height: 0.6rem;
        font-size: 0.24rem;
        letter-spacing: 0.06rem;
        line-height: 0.6rem;
    }
    .search .keywords {
        margin-top: 0.16rem;
        width: 7.02rem;
        height: 0.42rem;
        line-height: 0.42rem;
    }
    .search .keywords .keyword_box {
        height: 0.42rem;
        width: 7.02rem;
    }
    .keyword_box .keyword_tit {
        font-size: 0.224rem;
    }
    .search .keywords .keyword_box li {
        padding: 0 0.03rem;
        font-size: 0.224rem;
        max-width: 1.36rem;
    }
    .search .keywords .keyword_box li a {
        height: 0.42rem;
        padding: 0 0.08rem;
    }
    /*检索部分end*/

    /*检索历史记录*/
    .search_history_box {
        width: 94% !important;
        top: -1.12rem !important;
    }
    .search_history_box > div {
        width: 100% !important;
    }
    .historyWrap {
        width: 100%;
        box-shadow: rgba(32,85,191,14%) 0 0.05rem 0.1rem 0;
        padding: 0.15rem;
        font-size: 0.14rem;
    }
    .historyWrap>.titleWrap>.clearAll {
        font-size: 0.16rem;
        margin-top: 0;
    }
    .historyWrap>.historyList {
        margin-top: 0.2rem;
    }
    .historyWrap>.historyList>ul>li {
        border: 0.01rem solid rgb(191, 191, 191);
        border-radius: 0.2rem;
        padding: 0.04rem 0.2rem;
        margin-right: 0.1rem;
        margin-bottom: 0.1rem;
    }
    .historyWrap>.historyList>ul>li>a {
        line-height: 0.28rem;
    }
    .historyWrap>.historyList>ul>li>.delete {
        vertical-align: 0.03rem;
        margin-left: 0.05rem;
    }
    .history-list-title {
        padding: 0 0.03rem;
    }
    .jcse-result-box {
        padding-bottom: 0.1rem;
        padding-top: 0.1rem;
    }
    /*检索历史记录end*/

    /*检索联想*/
    .autocomplete-suggestions {
        box-shadow: 0 0.02rem 0.1rem #ccc;
        border: 0.01rem solid #eee;
    }
    .autocomplete-suggestion {
        padding: 0.1rem 0.2rem;
        font-size: 0.16rem;
        line-height: 0.25rem;
    }
    /*检索联想end*/

    /*为您推荐*/
    .wntj_wraper {
        height: 4.13rem;
    }
    .wntj_box {
        width: 100%;
        height: 4.13rem;
        padding: 0.32rem 0.24rem;
        position: relative;
    }
    .wntj_box .wntj_tit {
        width: 100%;
        height: 0.6rem;
        padding-left: 0.6rem;
        font-size: 0.36rem;
        line-height: 0.6rem;
        background-size: 0.39rem 0.42rem;
    }
    .wntj_box .wntj_list {
        width: 100%;
        height: 2.88rem;
    }
    .wntj_box .wntj_list li {
        max-width: inherit;
        width: 48.29%;
        height: 0.72rem;
        margin: 0.24rem 3.41% 0 0;
    }
    .wntj_box .wntj_list li:nth-child(2n) {
        margin-right: 0;
    }
    .wntj_box .wntj_list li a {
        width: 100%;
        height: 0.72rem;
        padding: 0 0.24rem;
        font-size: 0.24rem;
        line-height: 0.72rem;
    }
    .wntj_box .wntj_btn {
        position: absolute;
        top: 0.32rem;
        right: 0.24rem;
        width: 1.56rem;
        height: 0.6rem;
        padding-left: 0.6rem;
        background: url(wntj_btn.png) 0.24rem center no-repeat #ffffff;
        background-size: 0.24rem 0.24rem;
        font-size: 0.24rem;
        line-height: 0.6rem;
    }
    .wntj_box .wntj_btn:hover {
        background: url(wntj_btn_active.png) 0.24rem center no-repeat #4493F5;
    }
    /*为您推荐end*/

    /*特色创新*/
    .tscx_wraper {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #fcfcfc;
    }
    .tscx_box {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0.52rem 0.24rem 0 0.24rem !important;
    }
    .tscx_box .coltit_box {
        width: 100%;
        padding-left: 0;
    }
    .tscx_box .tsfw_swiper {
        width: 100%;
        height: 5.8rem;
        padding: 0;
    }
    .tscx_box .tsfw_swiper .swiper-wrapper {
        height: 5.45rem;
    }
    .tscx_box .tsfw_swiper .swiper-pagination {
        display: block;
        font-size: 0.3rem;
        bottom: 0.2rem !important;
    }
    .tscx_box .next {
        right: 0.4rem;
        top: 3rem;
        width: 0.6rem;
        height: 0.6rem;
        box-shadow: 0 0.02rem 0.1rem 0 rgb(153 153 153 / 10%);
        background: url(lunbo_left.png) center center no-repeat;
        background-size: 0.6rem 0.6rem;
        z-index: 99;
    }
    .tscx_box .prev {
        left: 0.4rem;
        top: 3rem;
        width: 0.6rem;
        height: 0.6rem;
        box-shadow: 0 0.02rem 0.1rem 0 rgb(153 153 153 / 10%);
        background: url(lunbo_right.png) center center no-repeat;
        background-size: 0.6rem 0.6rem;
        z-index: 99;
    }
    .tscx_box .swiper-wrapper li {
        width: 100%;
        height: 4.8rem;
        margin-top: 0.28rem;
        box-shadow: 0 0.02rem 0.15rem rgba(153,153,153,0.2);
    }
    .tscx_box .swiper-wrapper li a {
        padding-top: 4rem;
        background-size: 100% 4rem !important;
    }
    .tscx_box .swiper-wrapper li span {
        height: 0.8rem;
        padding: 0 0.3rem;
        font-size: 0.3rem;
        line-height: 0.8rem;
    }
    .tscx_box .tsfw_swiper .hd li {
        width: 0.14rem;
        height: 0.14rem;
        background: #dddddd;
        border-radius: 50%;
    }
    /*特色创新end*/

    /*个人、法人服务*/
    .grfr_wraper {
        width: 100%;
        margin-top: 0;
        padding: 0.5rem 0;
    }
    .grfr_box {
        width: 100%;
    }
    .grfr_tit span {
        margin-right: 0.4rem;
    }
    .grfr_list {
        width: 100%;
        margin-top: 0.14rem;
        padding: 0 0.24rem;
    }
    .grfr_list .grfr_item {
        width: 48.29% !important;
        height: 2.57rem;
        padding: 0.32rem 0.24rem;
        margin: 0.24rem 3.41% 0 0;
        background: #ffffff;
    }
    .grfr_list .grfr_item:nth-child(2n) {
        margin-right: 0;
    }
    .grfr_list .grfr_item:hover {
        box-shadow: 0 0.02rem 0.15rem rgba(153,153,153,0.2);
    }
    .grfr_list .grfr_item h6 {
        width: 100%;
        height: 0.6rem;
        font-size: 0.3rem;
        line-height: 0.28rem;
    }
    .grfr_list .grfr_item h6 span {
        width: 0.6rem;
        height: 0.6rem;
        background-size: 0.6rem 0.6rem !important;
    }
    .grfr_list .grfr_item h6 a {
        height: 0.4rem;
        margin: 0.04rem 0 0 0.16rem;
        font-size: 0.3rem;
        line-height: 0.36rem;
    }
    .grfr_list .grfr_item ul {
        width: 100%;
        padding-left: 0.76rem;
    }
    .grfr_list .grfr_item ul li {
        width: 100%;
        font-size: 0.3rem;
        line-height: 0.48rem;
    }

    /*人生事件*/
    .grfr_event {
        width: 100%;
        height: auto;
        margin: 30px auto 0;
        padding: 0 0.24rem;
    }
    .grfr_event .grfrevent_tit {
        float: none;
        width: 100%;
        height: 0.7rem;
        font-size: 0.44rem;
        color: #2B2F32;
        font-weight: 400;
        line-height: 0.7rem;
        background: none;
    }
    .grfr_event .swiper {
        width: 100%;
        height: auto;
        padding: 0;
        background: none;
    }
    .grfr_event .bd {
        float: none;
        width: 1062px;
        height: 70px;
        padding: 0 20px;
        overflow: hidden;
        position: relative;
    }
    .grfr_event .grfrevent_list {
        display: block;
        height: auto;
        overflow: visible !important;
    }
    .grfr_event .grfrevent_list li {
        float: left;
        width: 1.8rem;
        height: 0.5rem;
        margin: 0.1rem 0.81rem 0.1rem 0;
        background: #ffffff;
        border-radius: 0.25rem;
        box-shadow: 0px 0.03rem 0.12rem rgba(153,153,153,0.1);
    }
    .grfr_event .grfrevent_list li:nth-child(3n) {
        margin-right: 0;
    }
    .grfr_event .grfrevent_list li:hover {
        box-shadow: 0px 0.03rem 0.12rem rgba(153,153,153,0.2);
    }
    .grfr_event .grfrevent_list li:hover a {
        color: #4493f5;
    }
    .grfr_event .grfrevent_list li a {
        display: block;
        width: 1.56rem;
        height: 0.5rem;
        padding-left: 0.72rem;
        border-radius: 0.25rem;
        font-size: 0.3rem;
        color: #333333;
        font-weight: 400;
        line-height: 0.5rem;
        background-size: 0.38rem 0.38rem !important;
    }
    .frevent_box .grfrevent_list li {
        width: 2.08rem;
        margin-right: 0.37rem;
    }
    .frevent_box .grfrevent_list li:nth-child(3n) {
        margin-right: 0;
    }
    .frevent_box .grfrevent_list li a {
        width: 1.9rem;
        padding-left: 0.56rem;
    }
    .grfr_event .swiper .next {
        position: absolute;
        right: 0.05rem;
        top: 0.27rem;
        width: 0.16rem;
        height: 0.16rem;
        border-radius: 50%;
        cursor: pointer;
        background: url(right_arrow.png) center center no-repeat;
        background-size: 0.1rem 0.14rem;
        display: none;
    }
    .grfr_event .swiper .prev {
        position: absolute;
        left: 0;
        top: 0.27rem;
        width: 0.16rem;
        height: 0.16rem;
        border-radius: 50%;
        cursor: pointer;
        background: url(left_arrow.png) center center no-repeat;
        background-size: 0.1rem 0.14rem;
        display: none;
    }
    /*人生事件end*/
    /*个人、法人服务end*/

    /*服务月历*/
    .fwyl_wraper {
        width: 100%;
        height: auto;
        padding: 0.52rem 0.24rem 0 0.24rem;
        margin: 0 auto;
    }
    .fwyl_wraper .coltit_box {
        width: 100%;
        padding-left: 0;
    }
    .fwyl_box {
        width: 100%;
        height: auto;
        margin-top: 0.38rem;
        background: url(fwyl_ylbg_mb.png) 0 0 no-repeat;
        background-size: 100% 100%;
    }
    .fwyl_box .fwyl_yl {
        width: 100%;
        height: 2.79rem;
        padding: 0.4rem 0.236rem 0 0.236rem;
        background: none;
        position: relative;
    }
    .fwyl_box .fwyl_yl .fwyl_top {
        width: 100%;
        height: 1.05rem;
        padding-left: 0;
    }
    .fwyl_box .fwyl_yl .fwyl_top .fwyl_month {
        width: 1.03rem;
        height: 1.05rem;
        padding-top: 0.22rem;
        background: url(fwyl_yltit_mb.png) 0 0 no-repeat;
        background-size: 100% 100%;
        line-height: 0.5rem;
    }
    .fwyl_box .fwyl_yl .fwyl_top .fwyl_month i {
        font-size: 0.4rem;
    }
    .fwyl_box .fwyl_yl .fwyl_top .fwyl_month em {
        font-size: 0.22rem;
    }
    .fwyl_box .fwyl_yl .fwyl_top .fwyl_tit {
        margin-left: 0.44rem;
    }
    .fwyl_box .fwyl_yl .fwyl_top .fwyl_tit span {
        display: block;
        height: 0.46rem;
        margin-top: 0.1rem;
        font-size: 0.36rem;
        line-height: 0.46rem;
    }
    .fwyl_box .fwyl_yl .fwyl_top .fwyl_tit p {
        height: 0.3rem;
        margin-top: 0.12rem;
        font-size: 0.24rem;
        line-height: 0.3rem;
    }
    .fwyl_wraper .fwyl_box .fwyl_yl .yl_list {
        width: 100% !important;
        height: 0.81rem;
        padding: 0 !important;
        margin-top: 0.32rem !important;
        flex-wrap: inherit;
    }
    .fwyl_box .fwyl_yl .yl_list li {
        display: block !important;
        float: left;
        width: auto;
        height: 0.81rem;
        margin: 0;
        border: solid 0.01rem #f5f5f5;
        font-size: 0.3rem;
        line-height: 0.81rem;
    }
    .fwyl_box .fwyl_yl .yl_list li.active,
    .fwyl_box .fwyl_yl .yl_list li:hover {
        color: #4493f5;
        background: rgba(142,193,255,0.08);
        border: 0.01rem solid #9BC5FA;
    }
    .fwyl_box .fwyl_yl .yl_prev {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background: url(lunbo_right.png) 0 0 no-repeat;
        background-size: 30px 30px;
        z-index: 99;
    }
    .fwyl_box .fwyl_yl .yl_next {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background: url(lunbo_left.png) 0 0 no-repeat;
        background-size: 30px 30px;
        z-index: 99;
    }
    .fwyl_box .fwyl_fwbox {
        width: 100%;
        height: auto;
        margin-top: 0.24rem;
        padding: 0 0.24rem 0.5rem 0.24rem;
    }
    .fwyl_box .fwyl_fwbox .zdgz_box {
        width: 100%;
        height: auto;
        padding: 0;
        background: #ffffff;
    }
    .fwyl_box .fwyl_fwbox .zdgz_box a {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .fwyl_box .fwyl_fwbox .zdgz_box .fwyl_zdgz_tit {
        width: 1.36rem;
        height: 0.46rem;
        margin-top: 0;
        font-size: 0.24rem;
        line-height: 0.46rem;
    }
    .fwyl_box .fwyl_fwbox .zdgz_box .fwyl_zdgz_submmary {
        width: 100%;
        height: auto;
        font-size: 0.24rem;
        line-height: 0.364rem;
        padding: 0.17rem 0.32rem;
    }
    .fwyl_box .fwyl_fwbox .fwyl_fwlist {
        width: 100%;
        height: 4.85rem;
        margin-top: 0 !important;
        padding-top: 0.32rem !important;
    }
    .fwyl_box .fwyl_fwbox .fwyl_fwlist li {
        width: 100%;
        height: 4.53rem;
        margin-right: 0.2rem;
        box-shadow: 0 0.02rem 0.15rem rgba(153,153,153,0.2);
    }
    .fwyl_box .fwyl_fwbox .fwyl_fwlist li a {
        display: block;
        width: 100%;
        height: 4.53rem;
        padding-top: 3.69rem;
        background-size: 100% 3.69rem !important;
    }
    .fwyl_box .fwyl_fwbox .fwyl_fwlist li span {
        display: block;
        width: 100%;
        height: 0.84rem;
        font-size: 0.3rem;
        line-height: 0.84rem;
        padding: 0 0.3rem;
    }
    .fwyl_box .fwyl_fwbox .swiper-pagination {
        font-size: 0.3rem;
        bottom: -0.4rem !important;
    }
    /*服务月历end*/

    /*一件事一次办*/
    .yjsycb_wraper {
        height: auto;
        margin-top: 0.52rem;
        background: #ffffff;
    }
    .grfryjs_tit span {
        margin-right: 0.2rem;
    }
    .yjsycb_box {
        width: 100%;
        padding: 0;
    }
    .grfryjs_list {
        width: 100%;
        padding: 0.38rem 0.24rem 0 0.24rem;
    }
    .grfryjs_list li {
        width: 100%;
        height: 2.72rem;
        padding: 0.32rem;
        margin: 0 0 0.24rem 0;
        box-shadow: 0 0.02rem 0.15rem rgba(153,153,153,0.2);
    }
    .grfryjs_list li:nth-child(3n) {
        margin-right: 0;
    }
    .grfryjs_list li:hover {
        transform: translate3d(0,0,0);
        transition: all 0.3s;
    }
    .grfryjs_list li:hover .sx_tit {
        color: #4393F5;
    }
    .grfryjs_list .sx_tit {
        height: 0.38rem;
        font-size: 0.3rem;
        color: #333333;
        font-weight: 400;
        line-height: 0.38rem;
    }
    .grfryjs_list .sx_submmary {
        margin-top: 0.244rem;
        font-size: 0.224rem;
        line-height: 0.336rem;
    }
    .grfryjs_list .sx_edit {
        position: absolute;
        left: 0.32rem;
        bottom: 0.32rem;
        height: 0.54rem;
    }
    .grfryjs_list .sx_edit .sx_bszn {
        width: 1.44rem;
        height: 0.54rem;
        font-size: 0.24rem;
        line-height: 0.54rem;
    }
    .grfryjs_list .sx_edit .sx_zxbl {
        margin-left: 0;
        width: 1.44rem;
        height: 0.54rem;
        font-size: 0.24rem;
        line-height: 0.54rem;
    }
    /*一件事一次办end*/

    /*营商环境专区*/
    .yshj_wraper {
        width: 100%;
        margin: 0.28rem auto 0;
    }
    .yshj_list {
        margin-top: 0.04rem;
        padding: 0 0.24rem;
    }
    .yshj_list li {
        width: 48%;
        height: 1.17rem;
        box-shadow: 0 0.02rem 0.15rem 0 rgba(153, 153, 153, 0.2);
        margin: 0.3rem 4% 0 0;
    }
    .yshj_list li:nth-child(2n){
        margin-right: 0;
    }
    .yshj_list a {
        padding-left: 1.2rem;
        background-size: 0.68rem 0.68rem !important;
    }
    .yshj_list li span {
        width: 96%;
        font-size: 0.3rem;
        line-height: 0.38rem;
    }
    /*营商环境专区end*/

    /*政策资讯*/
    .zczx_wraper {
        width: 100%;
        margin: 0.52rem auto 0.52rem;
    }
    .zczx_list {
        margin-top: 0.06rem;
        display: block;
        padding: 0 0.24rem;
    }
    .zczx_item {
        width: 100%;
        height: 2.6rem;
        margin-top: 0.32rem;
        padding: 0.32rem;
    }
    .zczx_item a {
        width: 100%;
        height: 100%;
    }
    .zczx_item .zczx_tit {
        font-size: 0.3rem;
    }
    .zczx_item .zczx_date {
        font-size: 0.24rem;
        position: absolute;
        left: 0.4rem;
        bottom: 0.35rem;
    }
    /*政策资讯end*/

    /*公告栏*/
    .notice {
        width: 3.6rem;
        padding: 0.3rem 0.3rem 0.14rem 0.3rem;
        font-size: 0.2rem;
    }
    .notice a {
        top: 8px;
        right: 4px;
    }
    .notice a.bu_close {
        width: 0.36rem;
        height: 0.36rem;
    }
    .notice .co_it {
        font-size: 0.2rem;
    }
    .co div:nth-child(2) {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
        min-height: 0.3rem !important;
        line-height: 0.3rem !important;
    }
    .notice .no_link {
        height: 20px;
        width: 100%;
        min-width: auto;
        margin: 0px auto 0 auto;
    }
    .notice .no_link a {
        color: #4293f4;
        font-size: 0.2rem;
    }
    .notice .no_link span._link {
        position: relative;
        float: right;
        overflow: hidden;
        right: 0px;
    }
    .notice .no_link span._link a#_link_before {
        margin-left: 0.15rem;
    }
    .notice .co .co_it a img {
        height: 1.45rem !important;
    }
}